NevronOpenVision
Nevron.Nov.Dom Namespace / NDomArray<T> Class
Fields Properties Methods


NDomArray<T> Class Members

The following tables list the members exposed by NDomArray<T>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Protected Fields
 NameDescription
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets the count of items in the array  
Public PropertyGets the item at the specified index  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Adds a new item to the specified array and returns a new array.  
Public MethodQueries whether the specified item is contained in this object.  
Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
Public MethodCreates a deep clone of this object.  
Public MethodPerforms the deep equals beteen this object and the specified object in the specified context.  
Public MethodDeserializes data to this DOM array.  
Public MethodGets an iterator that iterates throw the items in forward order.  
Public MethodGets an iterator that iterates throw the items in a reverse order.  
Public MethodOverloaded. Gets the index at which an item appears for the first time. Returns -1 if the item does not appear in the set.  
Public MethodOverloaded. Gets the last index of the specified item  
Public Methodstatic (Shared in Visual Basic)Removes an item from the specified array index and returns a new array.  
Public MethodSerializes this DOM array.  
Public MethodOverloaded. Sorts the entire array by using a default comparer and the quick sort algorithm.  
Public MethodCreates a new array that holds the items in this DOM array.  
Public MethodGets the string representation of this object.  
Top
See Also